From: Ben Greear Date: Sat, 8 Jan 2011 18:30:54 +0000 (-0800) Subject: mac80211: Fix skb-copy failure debug message. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~14916^2~448^2~31 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b305dae488193b65cfa80e1c06c0aa0ce60005a9;p=linux-4.9.git mac80211: Fix skb-copy failure debug message. This particular error isn't about multicast. Signed-off-by: Ben Greear Signed-off-by: John W. Linville --- diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 1236710f70e0..f36d70f5b062 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -2711,7 +2711,7 @@ static bool ieee80211_prepare_and_rx_handle(struct ieee80211_rx_data *rx, if (!skb) { if (net_ratelimit()) wiphy_debug(local->hw.wiphy, - "failed to copy multicast frame for %s\n", + "failed to copy skb for %s\n", sdata->name); return true; }